projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bfd038
)
(main): Call syms_of_xfaces whenever ! HAVE_NTGUI.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 31 May 1997 05:32:56 +0000
(
05:32
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 31 May 1997 05:32:56 +0000
(
05:32
+0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index ed5f89160c3064884de9e08155d2832c3ed10bbf..adf9660a837604becf882b378546a1a0b2cbcd26 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1017,18
+1017,14
@@
the Bugs section of the Emacs manual or the file BUGS.", argv[0]);
#ifdef HAVE_X_WINDOWS
syms_of_xterm ();
syms_of_xfns ();
- syms_of_xfaces ();
syms_of_fontset ();
#ifdef HAVE_X11
syms_of_xselect ();
#endif
#endif /* HAVE_X_WINDOWS */
-#if defined (MSDOS) && !defined (HAVE_X_WINDOWS)
- syms_of_xfaces ();
-#endif
-
#ifndef HAVE_NTGUI
+ syms_of_xfaces ();
syms_of_xmenu ();
#endif